VSID.BSXparsingUtils.ScriptLine
-
Class Summary
Project ID | F4643802ED642DBA85258AE5006336F9 |
Version | |
Class ID | 752A69C102880A0585258AE500724BEF |
Class Type | Base |
Attributes | |
-
-
Properties Detail
-
Code (Get)
Public Property Get Code As String |
Code portion of the line |
-
Comment (Get)
Public Property Get Comment As String |
in-line comment portion of the line |
-
hasCode (Get)
Public Property Get hasCode As Boolean |
Flag indicating if this object has code |
-
hasComment (Get)
Public Property Get hasComment As Boolean |
Flag indicating if this object has a comment |
-
isBlank (Get)
Public Property Get isBlank As Boolean |
Flag indicating if this object has neither code nor comment |
-
JSON (Get)
Public Property Get JSON As String |
JSON representation of the object |
-
SourceLine (Get)
Public Property Get SourceLine As String |
Source line of code used to instantiate this object. |
-
Methods Detail
-
appendScriptLine
Public Sub appendScriptLine(source As ScriptLine) |
Appends information from another ScriptLine object. |
idx | Argument | Data Type | Attributes |
1 | source | ScriptLine | |
|
Throws Exceptions |
---|
Message | Error Code | Comments |
MSG_PARAMETER_BLANK if source is Nothing | 1199 |
-
New
Public Sub New(source As String) |
Constructs a new ScriptLine instance |
idx | Argument | Data Type | Attributes |
1 | source | String | |
Copyright © HCL America, Inc. 1999, 2023. All Rights Reserved.